home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xpaint-2.1.1 / INSTALL < prev    next >
Text File  |  1995-05-03  |  1KB  |  63 lines

  1. A short guide on how to build and install XPaint.
  2.  
  3. If you have X Windows installed with imake, you should
  4. just need to type:
  5.  
  6.     xmkmf
  7.     make Makefiles
  8.     make install
  9.  
  10.     xpaint
  11.  
  12.  
  13. =============================================================================
  14.  
  15.  
  16.             Having Trouble Bulding XPaint?
  17.                  Here Is Some Help
  18.  
  19.  
  20.  
  21. ===  General Problems
  22.  
  23. Undefined symbol random:
  24.     
  25.     Edit sprayOp.c and define the symbol USE_DRAND
  26.  
  27. Undefined symbol strerror:
  28.     
  29.     Edit Local.config and define MISSING_STRERROR
  30.  
  31. Undefined symbol strcasecmp:
  32.     
  33.     Edit Local.config and define MISSING_STRCASECMP
  34.  
  35. ===  SCO Unix:
  36.  
  37. From: Tom Kelly <tom@sco.com>
  38.  
  39. Since SCO does not ship the Athena widgets with the system, they have
  40. to be obtained.  They are available for free from sosco.sco.com  and
  41. various mirrors (including ftp.uu.net) in the TLS directory.  Both the
  42. R4 and R5 widgets are available.
  43.  
  44. ====  Sun machine:
  45.  
  46. Undefined symbol:
  47.     _get_wmShellWidgetClass
  48.     _get_applicationShellWidgetClass
  49.  
  50.     >From: Harald Tveit Alvestrand <harald.t.alvestrand@delab.sintef.no>
  51.     >
  52.     >It turns out that the problem occurs with X11R4 on SunOS 4.1.2 and
  53.     >later. SUN "fixed a bug" in the linker that made it conform to the
  54.     >documentation (AARRGGHH), which, as a side effect, wrecked linking
  55.     >to X11R4.
  56.     >
  57.     > There are only 2 solutions that I know of:
  58.     > - Upgrade to X11R5 libraries, which don't have the problem
  59.     > - Add the following line to the Imakefile:
  60.     >     LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) -Bstatic
  61.  
  62.  
  63.